x86: drop the uses of invbool_param()
authorAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 11 Feb 2016 15:41:59 +0000 (16:41 +0100)
committerJan Beulich <jbeulich@suse.com>
Thu, 11 Feb 2016 15:41:59 +0000 (16:41 +0100)
commitfbf56e49ea2590542dfd46bfd0d86007ab9fa491
tree0b990bfd292b78d62b2c38bc0a50399c1daf7244
parent6dfe0d0acaf3a6f6a37ae0238aad80fae7cc4c6b
x86: drop the uses of invbool_param()

There are only four users, and invbool_param() is an unnecessary cognitive
overhead to use.

Convert the four users to boolean_param(), and consistency use opt_* for the
variable name.

No change to the behaviour of the command line arguments.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/cpu/mcheck/mce.c
xen/arch/x86/cpu/mcheck/mce_intel.c
xen/arch/x86/cpu/mcheck/non-fatal.c
xen/arch/x86/cpu/mcheck/x86_mca.h
xen/arch/x86/cpu/mwait-idle.c
xen/arch/x86/setup.c